IK Point()


Return = IK Point(Image Number, X, Y)

Description

Returns the color at a specific position on an image. This command does not work on render targets.
If this command is used on a larger portion of the same image (eg. using a for-next loop), it is usually more efficient to use the memblock commands and retreive the color data from that memblock.

Parameters

Image NumberIntegerThe ID of the image.
XIntegerThe X coordinate on the image.
YIntegerThe Y coordinate on the image.
ReturnDWORDReturns the color at that position on the image.


Index